home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / objects.h < prev    next >
Text File  |  2008-09-11  |  665b  |  22 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    objects.h
  12.  *        x3270 object names.
  13.  */
  14.  
  15. #define ObjConfirmButton    "confirmButton"
  16. #define ObjConfirm2Button    "confirm2Button"
  17. #define ObjCancelButton        "cancelButton"
  18. #define ObjDialog        "dialog"
  19. #define ObjSmallLabel        "smallLabel"
  20. #define ObjNameLabel        "nameLabel"
  21. #define ObjDataLabel        "dataLabel"
  22.